home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / sudoers < prev    next >
Encoding:
Text File  |  2013-01-10  |  491 b   |  25 lines

  1. # /etc/sudoers
  2. #
  3. # This file MUST be edited with the 'visudo' command as root.
  4. #
  5. # See the man page for details on how to write a sudoers file.
  6. #
  7.  
  8. Defaults    env_reset
  9.  
  10. # Host alias specification
  11.  
  12. # User alias specification
  13.  
  14. # Cmnd alias specification
  15.  
  16. # User privilege specification
  17. root    ALL=(ALL) ALL
  18.  
  19. # Allow members of group sudo to execute any command
  20. # (Note that later entries override this, so you might need to move
  21. # it further down)
  22. %sudo ALL=(ALL) ALL
  23. #
  24. #includedir /etc/sudoers.d
  25.